projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cfd09c
)
(Man-default-man-entry): Don't whizz past the section number
author
John Paul Wallington
<jpw@pobox.com>
Mon, 25 Aug 2003 03:48:22 +0000
(
03:48
+0000)
committer
John Paul Wallington
<jpw@pobox.com>
Mon, 25 Aug 2003 03:48:22 +0000
(
03:48
+0000)
before looking for it.
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index a3085e41501e673e43aafde8f6a3631993590b41..1de5fe8384463775c5788b6d0ad4316342dc5957 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-574,7
+574,6
@@
This guess is based on the text surrounding the cursor."
(setq word (substring word 0 (match-beginning 0))))
;; If looking at something like ioctl(2) or brc(1M), include the
;; section number in the returned value. Remove text properties.
- (forward-word 1)
(concat word
(if (looking-at
(concat "[ \t]*([ \t]*\\(" Man-section-regexp "\\)[ \t]*)"))